home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 January / EnterCD 01_2004.iso / Multimedia / Advanced Effect Maker Freeware Edition 1.0 / aemf10.exe / {app} / templates / linkwarebutton.swt / scripts / DefineButton2_19 / BUTTONCONDACTION on(press).as < prev    next >
Encoding:
Text File  |  2003-09-23  |  151 b   |  8 lines

  1. on(press){
  2.    if(!this.invoked)
  3.    {
  4.       getUrl("http://www.effectmaker.com/appletclicked.html", "_blank");
  5.       this.invoked = true;
  6.    }
  7. }
  8.